home *** CD-ROM | disk | FTP | other *** search
/ Tempra Access / Tempra Access.iso / install.dat < prev    next >
Text File  |  1993-01-27  |  10KB  |  539 lines

  1.  
  2. @DefineProject
  3.     @Name      = "Tempra Access (TM)" /* Product Name:*/
  4.     @Version   = "1.00"
  5.     @OutDrive  = C
  6.     
  7.     @InDiskBell = 1
  8.     @Requires @HardDisk
  9.     @Subdir    =  "\\"
  10. @EndProject
  11.  
  12.  
  13. @DefineVars
  14.    //@Qstring @VVPAINT = "Tempra"
  15.    @Qstring @EDITOR  = "Textedit"
  16.    @Qstring @EDITORPATH  = ""
  17.    @Qstring @PROGX   = ""
  18.    @Qstring @PROGXPATH = ""
  19.   //@Qstring @Blast_buf = "12"
  20. @EndVars
  21.  
  22.  
  23. @Display
  24.  
  25.  
  26.          Welcome to @Name.
  27.  
  28.     Tempra Access allows you to view and manipulate Kodak Photo CD images.
  29.     Install your PHOTO CD in your CD-ROM drive and run Tempra Access from
  30.     your hard disk.
  31.  
  32.  
  33.  
  34.  
  35. @Pause
  36.     @Cls
  37.  
  38.  
  39.     This program will install Tempra Access on your computer system
  40.     and verify the integrity of the distribution disk(s).
  41.  
  42.     This installation will also verify that you have enough memory
  43.     to complete the install.  If you do not have enough memory available,
  44.     you will be prompted and the installation will abort.
  45.  
  46.  
  47.     You may press the [Esc] key at any time to abort the installation.
  48.  
  49.     
  50.  
  51.  
  52. @Pause
  53. @EndDisplay
  54.  
  55.  
  56. @GetGroups
  57.  
  58.  
  59.     @SET B = " Tempra Access installation"
  60.  
  61.     @SET C = " Other Tempra Demonstrations"
  62.     @Cls
  63.  
  64.     Would you like to install "Tempra Access" now ?
  65.  
  66.  
  67.  
  68. @EndGroups
  69.  
  70. @If ('B' [! @Group)
  71.     @Goto Continue
  72. @EndIf
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. @GetOutDrive
  87.  
  88.     @Suppress A
  89.     @Suppress B
  90.  
  91.     @Cls
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.     On which disk drive do you wish to install Tempra Access ?
  101.  
  102.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  103.     the bar to disk drive you wish to install to and then press the 
  104.     [Enter] key.
  105.  
  106.  
  107.  
  108. @EndOutDrive
  109.  
  110.     @If (@DiskFree(@OutDrive) <4000000)
  111.         @Display
  112.  
  113.         @Cls
  114.         The selected output disk drive only has
  115.         @DiskFree(@OutDrive) bytes.  This product 
  116.         requires 4Mb bytes.
  117.         @Pause
  118.  
  119.         @EndDisplay
  120.         @Abort
  121.     @EndIf 
  122.  
  123. @SetAutoexec
  124.  
  125.         @AskOverwrite
  126.         @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
  127.    @SetReplace("TMP","@OutDrive:\\")
  128.    @SetReplace("EDITOR","@EDITOR")
  129.    @SetReplace("PROGX","@PROGX")
  130.    @SetReplace("VVPAINT","Tempra")
  131.    @SetReplace("Blast_buf","12")
  132.  
  133. @EndAutoexec
  134.  
  135.  
  136.  
  137. @Finish
  138.  
  139.  
  140.     @Cls
  141.     @MkDir ("@OutDrive:\\tempra")
  142. @System ("Copy @InDrive:\\access\\*.* @OutDrive:\\tempra\\*.*"))
  143.  
  144.     @Pause
  145.  
  146.     @ChDrive @OutDrive
  147.     @ChDir "\\tempra"
  148.  
  149.  
  150. @EndFinish 
  151.  
  152. CONTINUE:
  153.  
  154. @Display
  155.  
  156.  
  157.     Welcome to Mathematica Inc.'s phenomenal world of multimedia
  158.     products and demonstrations.  The staff at Mathematica would
  159.     like to wish you much success on your journey in the world of
  160.     multimedia.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.     @Pause
  170.  
  171.     @Cls
  172.  
  173.     The following demonstrations are samples of Tempra's Multimedia
  174.     adaptability and versatility.  These samples of Mathematica,
  175.     Inc.'s award winning multimedia products consists of TEMPRA PRO
  176.     & SHOW PRIMER, TEMPRA VISION, and our INSTORE DEMONSTRATIONS 
  177.     produced in TEMPRA MEDIA AUTHOR and TEMPRA SHOW.
  178.  
  179.  
  180.  
  181.  
  182.  
  183. @Pause
  184.     
  185. @EndDisplay
  186.  
  187. @GetGroups
  188.  
  189.     @SET D = " Tempra Pro & Tempra Show Primer "
  190.     @SET E = " Tempra Vision "
  191.     @SET F = " Tempra Comdex "
  192.     @SET G = " Tempra Tempreps "
  193.  
  194.     @Cls
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.     Which one of the following programs would you like to install ?
  207.  
  208.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  209.     the bar to disk drive you wish to install to and then press the 
  210.     [Enter] key.
  211.  
  212. @EndGroups
  213.  
  214. @If ('D' [= @Group)
  215.     @Goto PRIMER
  216. @ElseIf ('E' [= @Group)
  217.     @Goto VISION
  218. @ElseIf ('F' [= @Group)
  219.     @Goto COMDEX
  220. @ElseIf ('G' [= @Group)
  221.     @Goto TEMPREPS
  222. @EndIf
  223.  
  224. PRIMER:
  225.  
  226. @Display
  227.  
  228.   Welcome to Mathematica, Inc.'s award winning multimedia Primer.
  229.   This program combines Tempra Pro's graphic image editing
  230.   capabilities with Tempra Show's multimedia presentation versatility.
  231.  
  232.   This program will install Tempra Primer on your computer system and
  233.   verify the integrity of the distribution disk(s).
  234.  
  235.   You may press the [Esc] key at any time to abort the installation.
  236.  
  237.  
  238.  
  239.  
  240. @Pause
  241. @EndDisplay
  242.  
  243.     
  244. @GetOutDrive
  245.  
  246.     @Suppress A
  247.     @Suppress B
  248.  
  249.     @Cls
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.     On which disk drive do you wish to install Tempra Primer ?
  259.  
  260.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  261.     the bar to disk drive you wish to install to and then press the 
  262.     [Enter] key.
  263.  
  264. @EndOutDrive
  265.  
  266. @If (@DiskFree(@OutDrive) < 8000000)
  267.     @Display
  268.  
  269.         The selected output disk drive only has
  270.         @DiskFree(@OutDrive) bytes.  This product
  271.         requires 8 MB.
  272.  
  273.     @Pause
  274.     @Abort
  275.     @EndDisplay
  276. @EndIf
  277.  
  278. @Finish
  279.     @Cls
  280.  
  281.     @MkDir ("@OutDrive:\\tempra")
  282.     @MkDir ("@OutDrive:\\tempra\\pic")
  283.     @MkDir ("@OutDrive:\\tempra\\spr")
  284.     @MkDir ("@OutDrive:\\tempra\\txt")
  285.     @MkDir ("@OutDrive:\\tempra\\seq")
  286.     @MkDir ("@OutDrive:\\tempra\\aud")
  287.     @MkDir ("@OutDrive:\\tempra\\fnt")
  288.  
  289. @System ("Copy @InDrive:\\primer\\*.* @OutDrive:\\tempra\\*.*")
  290. @System ("Copy @InDrive:\\primer\\pic\\*.* @OutDrive:\\tempra\\pic\\*.*")
  291. @System ("Copy @InDrive:\\primer\\spr\\*.* @OutDrive:\\tempra\\spr\\*.*")
  292. @System ("Copy @InDrive:\\primer\\txt\\*.* @OutDrive:\\tempra\\txt\\*.*")
  293. @System ("Copy @InDrive:\\primer\\seq\\*.* @OutDrive:\\tempra\\seq\\*.*")
  294. @System ("Copy @InDrive:\\primer\\aud\\*.* @OutDrive:\\tempra\\aud\\*.*")
  295. @System ("Copy @InDrive:\\primer\\fnt\\*.* @OutDrive:\\tempra\\fnt\\*.*")
  296.  
  297. @Pause
  298.  
  299.     @ChDrive @OutDrive
  300.     @ChDir "\\tempra"
  301.  
  302.  
  303. @EndFinish 
  304.  
  305.  
  306.  
  307.  
  308. VISION:
  309.  
  310. @Display
  311.  
  312.    Welcome to Mathematica, Inc.'s world of imagination and creativity! 
  313.    
  314.    The newest edition to our family of Tempra products is TEMPRA VISION.
  315.    This program allows children to express themselves and see their ideas
  316.    come to life.  The development of a child's imagination and vision for
  317.    what appears to be the impossible may someday be a reality through 
  318.    development and creativity that Tempra Vision allows you to express.
  319.  
  320.    Both children and adults will enjoy the realm of possibilities open
  321.    to them with Tempra Vision.  We, at Mathematica, Inc., hope you enjoy
  322.    yourselves. 
  323.  
  324.  
  325.  
  326.  
  327. @Pause
  328. @EndDisplay
  329.  
  330.     
  331. @GetOutDrive
  332.  
  333.     @Suppress A
  334.     @Suppress B
  335.  
  336.     @Cls
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.     On which disk drive do you wish to install Tempra Vision ?
  346.  
  347.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  348.     the bar to disk drive you wish to install to and then press the 
  349.     [Enter] key.
  350.  
  351. @EndOutDrive
  352.  
  353.  
  354. @Display
  355.  
  356.     @If (@DiskFree(@OutDrive) < 35000000)
  357.         The selected output disk drive only has
  358.         @DiskFree(@OutDrive) bytes.  This product
  359.         requires 35 MB.
  360.  
  361.         @Pause
  362.         @Abort
  363.     @EndIf
  364. @EndDisplay
  365.  
  366. @Finish
  367.     @Cls
  368.     @ChDrive @OutDrive
  369.     @MkDir ("@OutDrive:\\vision")
  370.     @MkDir ("@OutDrive:\\vision\\pic")
  371.     @MkDir ("@OutDrive:\\vision\\spr")
  372.     @MkDir ("@OutDrive:\\vision\\txt")
  373.     @MkDir ("@OutDrive:\\vision\\seq")
  374.     @MkDir ("@OutDrive:\\vision\\aud")
  375.     @MkDir ("@OutDrive:\\vision\\fnt")
  376.  
  377. @System ("Copy @InDrive:\\vision\\*.* @OutDrive:\\vision\\*.*")
  378.  
  379. @Pause
  380.  
  381.     @ChDrive @OutDrive
  382.     @ChDir "\\vision"
  383.  
  384.  
  385. @EndFinish 
  386.  
  387.  
  388.  
  389.  
  390. COMDEX:
  391.  
  392. @Display
  393.  
  394.     You're about to watch a multimedia presentation created with Tempra
  395.     MEDIA AUTHOR.  This presentation was created for our Comdex/Fall '92
  396.     kiosk and includes animation, audio, and interactivity that mark 
  397.     multimedia as the wave of the future.
  398.  
  399.  
  400.  
  401.  
  402.  
  403. @Pause
  404. @EndDisplay
  405.  
  406.     
  407. @GetOutDrive
  408.  
  409.     @Suppress A
  410.     @Suppress B
  411.  
  412.     @Cls
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.     On which disk drive do you wish to install Tempra Comdex ?
  422.  
  423.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  424.     the bar to disk drive you wish to install to and then press the 
  425.     [Enter] key.
  426.  
  427. @EndOutDrive
  428.  
  429.  
  430. @Display
  431.  
  432.     @If (@DiskFree(@OutDrive) < 90000000)
  433.         The selected output disk drive only has
  434.         @DiskFree(@OutDrive) bytes.  This product
  435.         requires 90MB.
  436.  
  437.         @Pause
  438.         @Abort
  439.     @EndIf
  440. @EndDisplay
  441.  
  442. @Finish
  443.     @Cls
  444.     @ChDrive @OutDrive
  445.     @MkDir ("@OutDrive:\\Comdex")
  446.  
  447. @System ("Copy @InDrive:\\Comdex\\*.* @OutDrive:\\Comdex\\*.*")
  448.  
  449. @Pause
  450.  
  451.     @ChDrive @OutDrive
  452.     @ChDir "\\Comdex"
  453. @EndFinish 
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. TEMPREPS:
  463.  
  464.  
  465. @Display
  466.  
  467.  
  468.     You're about to watch a multimedia presentation created with Tempra
  469.     MEDIA AUTHOR.  This presentation was created for our Retail Stores
  470.     and includes animation, audio, and interactivity that mark multimedia
  471.     as the wave of the future.
  472.  
  473.  
  474.  
  475. @Pause
  476. @EndDisplay
  477.  
  478. @GetOutDrive
  479.  
  480.     @Suppress A
  481.     @Suppress B
  482.  
  483.     @Cls
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.     On which disk drive do you wish to install Tempra Tempreps Demo ?
  493.  
  494.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  495.     the bar to disk drive you wish to install to and then press the 
  496.     [Enter] key.
  497.  
  498. @EndOutDrive
  499.  
  500.  
  501. @Display
  502.  
  503.     @If (@DiskFree(@OutDrive) < 12000000)
  504.         The selected output disk drive only has
  505.         @DiskFree(@OutDrive) bytes.  This product
  506.         requires 12MB.
  507.  
  508.         @Pause
  509.         @Abort
  510.     @EndIf
  511. @EndDisplay
  512.  
  513. @Finish
  514.     @Cls
  515.     @ChDrive @OutDrive
  516.     @MkDir ("@OutDrive:\\tempra")
  517.     @MkDir ("@OutDrive:\\tempra\\pic")
  518.     @MkDir ("@OutDrive:\\tempra\\spr")
  519.     @MkDir ("@OutDrive:\\tempra\\txt")
  520.     @MkDir ("@OutDrive:\\tempra\\seq")
  521.     @MkDir ("@OutDrive:\\tempra\\aud")
  522.     @MkDir ("@OutDrive:\\temrpa\\fnt")
  523.  
  524. @System ("Copy @InDrive:\\primer\\*.* @OutDrive:\\tempra\\*.*")
  525. @System ("Copy @InDrive:\\primer\\pic\\*.* @OutDrive:\\tempra\\pic\\*.*")
  526. @System ("Copy @InDrive:\\primer\\spr\\*.* @OutDrive:\\tempra\\spr\\*.*")
  527. @System ("Copy @InDrive:\\primer\\txt\\*.* @OutDrive:\\tempra\\txt\\*.*")
  528. @System ("Copy @InDrive:\\primer\\seq\\*.* @OutDrive:\\tempra\\seq\\*.*")
  529. @System ("Copy @InDrive:\\primer\\aud\\*.* @OutDrive:\\tempra\\aud\\*.*")
  530. @System ("Copy @InDrive:\\primer\\fnt\\*.* @OutDrive:\\tempra\\fnt\\*.*")
  531.  
  532. @Pause
  533.  
  534.     @ChDrive @OutDrive
  535.     @ChDir "\\tempra"
  536. @EndFinish 
  537.  
  538.  
  539.